home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / modprolg / mod-prol.lha / Prolog / FILES < prev    next >
Text File  |  1992-06-16  |  1KB  |  45 lines

  1.  
  2.                              MODULAR SB-PROLOG
  3.                              =================
  4.  
  5. The following overviews the files in this directory :
  6.  
  7. sim/        This is the C sources of the Prolog system.
  8.  
  9. modlib/     The Prolog interpreter. (Machine independent 
  10.             compiled Prolog files.)
  11.  
  12. modlib/src/ The sources of the modlib/ directory. Should these sources 
  13.             need to be recompiled, simply enter this directory
  14.             and type `makeall'.
  15.  
  16. cmplib/     The compiler. Machine independent compiled Prolog files.
  17.  
  18. cmplib/src/ The compiler sources. Should the compiler
  19.             need to be recompiled, simply enter this directory
  20.             and type `makeall' followed by `source catf'.
  21.  
  22. lib/        The Prolog system library. (Machine independent compiled 
  23.             Prolog files.)
  24.  
  25. lib/src/    The system library sources. Should these sources 
  26.             need to be recompiled, simply enter this directory
  27.             and type `makeall'.
  28.  
  29. bench/      SB-Prolog benchmark programs.
  30.  
  31. Examples/   Several Modular SB-Prolog example programs.
  32.  
  33. Documentation/
  34.             Contains all the Modular SB-Prolog documentation.
  35.  
  36. Documentation/SB_Prolog_Doc/
  37.             The original SB-Prolog manual.
  38.  
  39. Documentation/Modular_Prolog_Doc/manual.ps
  40.             The new Modular Prolog manual (Postscript)
  41.  
  42. Documentation/Modular_Prolog_Doc/report.ps
  43.             The report which describes the work done on Modular Prolog.
  44.             (Postscript)
  45.